home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
editors
/
emacs
/
xemacs
/
xemacs-1.004
/
xemacs-1
/
xemacs-19.13
/
lisp
/
oobr
/
tree-nx
/
TreeController.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-25
|
403 b
|
24 lines
#import <appkit/appkit.h>
@interface TreeController:Object
{
id treeView;
id infoPanel;
int nextX, nextY;
BOOL first;
}
- init;
- info:sender;
- open:sender;
- (BOOL)openFile:(const char *)name;
/* Application delegate methods */
- appDidInit:(Application *)sender;
- (int)app:sender openFile:(const char *)file type:(const char *)type;
- (BOOL)appAcceptsAnotherFile:sender;
@end